home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
ophelias_diary_2_episode_1.swf
/
scripts
/
DefineButton2_2103
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2010-07-14
|
496b
|
21 lines
on(release){
set("/Variables:Clues",1);
if(eval("../Movie/Machine/Manette:Manette") == 0 and eval("/Variables:Animatique") == 0 and getProperty("../Movie/Machine", _visible) == 1)
{
setProperty("../Movie/Prescott", _X, -5);
setProperty("../Movie/Prescott", _Y, 20);
tellTarget("../")
{
gotoAndStop("Plan1");
}
}
else
{
tellTarget("../")
{
gotoAndStop("Plan1");
}
gotoAndStop(1);
}
}